日本語
cURL
curl --request POST \ --url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/GetCountOfAllCollectibles \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data '{ "contractAddress": "<string>" }'
{ "count": 123 }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
The response is of type object.
object
このページは役に立ちましたか?